''
'' The LA4 command returns the FIRMWARE VERSION information
'' for a specific module.
''
'' Format:  LA4  CRS
''   where CRS is the "Cluster-Rack-Slot" address of the module
''

''
''  8400 System Processors have a CRS of 100
''  Optimus System Processors have a CRS of 100
''

''
''  Initium and FDS unit(s) have CRS
''    111 for the first
''    112 for the second
''     +1 for each additional
''

''
''  If you have an 8400, then it has 8 slots which
''  may hold "units" -- SDU, FIU, PCU, etc.
''  These units will have CRS of 11x -- where x is the
''  first slot that the unit is installed in.
''  NOTE: PCUs take 2 slot s, but must be installed
''  in a ODD NUMBERED SLOT, thus are in 111, 113, 115, or 117 
''

''  
''  If you have a OPTIMUS, then it has 5 slots installed,
''  with slots 111, 112, 113, 114 being reserved for OFIU,
''  and slot 115 reserved for the RP-SERVER.
''
''  NOTE: The RP-SERVER is ALWAYS present, in every OPTIMUS.
''        The OFIUs are optional - you may have 1, 2, 3, or 4
''        of them.
''
 
function la4-100
la4 100
printbuffer
endm

function la4-111
la4 111
printbuffer
endm


''
''  PCU-CAL is a built-in routine used to CALIBRATE 843x PCUs
''
''  There is a PCU-CAL-How-to.doc  document, please consult it.
''
function pcu-cal
pcu-cal
endm

''
''  MP-CAL is a built-in routine used to SPAN CAL ESP-DTC scanners,
''  using an INITIUM or FDS.
''
''  There is a ESP-Calibration-How-to.doc  document, please consult it.
''

function mp-cal
multi-point-cal
endm

